home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / all_v100.zip / _SETUP.1 / 1-4-All.exe / 0 / RCDATA / TFORM7 / TFORM7.txt
Text File  |  1996-10-22  |  1KB  |  52 lines

  1. object Form7: TForm7
  2.   Left = 458
  3.   Top = 74
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Quick Table'
  7.   ClientHeight = 192
  8.   ClientWidth = 104
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object StringGrid1: TStringGrid
  17.     Left = 1
  18.     Top = 0
  19.     Width = 102
  20.     Height = 166
  21.     ColCount = 6
  22.     DefaultColWidth = 15
  23.     DefaultRowHeight = 15
  24.     FixedCols = 0
  25.     RowCount = 10
  26.     FixedRows = 0
  27.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  28.     ScrollBars = ssNone
  29.     TabOrder = 0
  30.     OnClick = StringGrid1Click
  31.   end
  32.   object BitBtn1: TBitBtn
  33.     Left = 0
  34.     Top = 168
  35.     Width = 57
  36.     Height = 25
  37.     Default = True
  38.     TabOrder = 1
  39.     OnClick = BitBtn1Click
  40.   end
  41.   object BitBtn2: TBitBtn
  42.     Left = 61
  43.     Top = 168
  44.     Width = 43
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = 'Cancel'
  48.     TabOrder = 2
  49.     OnClick = BitBtn2Click
  50.   end
  51. end
  52.